TriplePartCir DAO interface. More...
Public Member Functions | |
| abstract void | addTriplePartCir (TriplePartCir triplePartCir) |
| Add method. More... | |
| abstract void | deleteTriplePartCir (Class clazz, Serializable serializable) |
| Delete method. More... | |
| abstract List | getNextPart (String[] userCir, double value) |
| Get next part based on analysis of current part sequence. More... | |
| abstract List | getNextPart (String[] usreCir, String type, double value) |
| Get next part based on analysis of current part sequence and part type. More... | |
| abstract boolean | isTrue (String[] userCir, double value) |
| Check method. More... | |
TriplePartCir DAO interface.
|
pure virtual |
|
pure virtual |
Delete method.
| clazz | |
| serializable |
Implemented in com.sanmixy.daoImpl.TriplePartCirDaoImpl.
|
pure virtual |
Get next part based on analysis of current part sequence.
| userCir | |
| value |
Implemented in com.sanmixy.daoImpl.TriplePartCirDaoImpl.
|
pure virtual |
Get next part based on analysis of current part sequence and part type.
| usreCir | |
| type | |
| value |
Implemented in com.sanmixy.daoImpl.TriplePartCirDaoImpl.
|
pure virtual |
Check method.
| userCir | |
| value |
Implemented in com.sanmixy.daoImpl.TriplePartCirDaoImpl.
1.8.4